home *** CD-ROM | disk | FTP | other *** search
INI File | 2008-01-17 | 1.1 KB | 28 lines |
- [Comment]
- 1=*************************************************************
- 2= <b>Syntax: ILAsm/CIL</b>
- 3= <b>Author: Rickard Johansson</b>
- 4= <b>Version: 1.1</b>
- 5= <b>Date: 2006-04-11</b>
- 6=
- 7= <b>File types:</b> .il
- 8=
- 9=*************************************************************
-
- [MultiHighlight]
- Syntax=
- File=
-
- [Sample]
- 1=/* The assembly declaration. */
- 2=.assembly CountDown {
- 3= .hash algorithm 32772 // selected algorithm is SHA1
- 4= .ver 1:0:0:0 // version 1.0
- 5=.method public static hidebysig int32 Main() cil managed {
- 6= .maxstack 1
- 7= call void [System.Windows.Forms]System.Windows.Forms.Application::Run(class [System.Windows.Forms]System.Windows.Forms.Form)
- 8= ldc.i4.0 // successful return
- 9= ldstr "Please enter an integer!"
- 10= ret
-
-